home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_65542.txt < prev    next >
Text File  |  1988-12-19  |  4KB  |  216 lines

  1. -- background: 65542 from stack: in
  2. -- bmap block id: 7761
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=12 top=34 right=60 bottom=498
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 2
  20. -- text size: 18
  21. -- style flags: 0
  22. -- line height: 24
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 01
  28. -- high flags: 0000
  29. -- rect: left=24 top=83 right=102 bottom=126
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 14
  35. -- style flags: 256
  36. -- line height: 18
  37. -- part name: 
  38.  
  39.  
  40. -- part 6 (field)
  41. -- low flags: 01
  42. -- high flags: 0000
  43. -- rect: left=132 top=83 right=102 bottom=495
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 2
  48. -- text size: 14
  49. -- style flags: 0
  50. -- line height: 18
  51. -- part name: 
  52.  
  53.  
  54. -- part 8 (field)
  55. -- low flags: 01
  56. -- high flags: 0000
  57. -- rect: left=24 top=104 right=123 bottom=126
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 2
  62. -- text size: 14
  63. -- style flags: 256
  64. -- line height: 18
  65. -- part name: 
  66.  
  67.  
  68. -- part 9 (field)
  69. -- low flags: 01
  70. -- high flags: 0000
  71. -- rect: left=132 top=104 right=123 bottom=496
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 0
  75. -- font id: 2
  76. -- text size: 14
  77. -- style flags: 0
  78. -- line height: 18
  79. -- part name: 
  80.  
  81.  
  82. -- part 10 (field)
  83. -- low flags: 01
  84. -- high flags: 0000
  85. -- rect: left=24 top=125 right=144 bottom=126
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 0
  89. -- font id: 2
  90. -- text size: 14
  91. -- style flags: 256
  92. -- line height: 18
  93. -- part name: 
  94.  
  95.  
  96. -- part 11 (field)
  97. -- low flags: 01
  98. -- high flags: 0000
  99. -- rect: left=132 top=125 right=144 bottom=233
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 0
  103. -- font id: 2
  104. -- text size: 14
  105. -- style flags: 0
  106. -- line height: 18
  107. -- part name: 
  108.  
  109.  
  110. -- part 12 (field)
  111. -- low flags: 01
  112. -- high flags: 0000
  113. -- rect: left=24 top=146 right=165 bottom=155
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 0
  117. -- font id: 2
  118. -- text size: 14
  119. -- style flags: 256
  120. -- line height: 18
  121. -- part name: 
  122.  
  123.  
  124. -- part 13 (field)
  125. -- low flags: 01
  126. -- high flags: 0000
  127. -- rect: left=24 top=166 right=309 bottom=486
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 0 / 0
  130. -- text alignment: 0
  131. -- font id: 2
  132. -- text size: 14
  133. -- style flags: 0
  134. -- line height: 18
  135. -- part name: 
  136.  
  137.  
  138. -- part 14 (button)
  139. -- low flags: 00
  140. -- high flags: 0000
  141. -- rect: left=232 top=305 right=330 bottom=259
  142. -- title width / last selected line: 0
  143. -- icon id / first selected line: 1014 / 1014
  144. -- text alignment: 1
  145. -- font id: 0
  146. -- text size: 12
  147. -- style flags: 0
  148. -- line height: 16
  149. -- part name: Prev
  150. ----- HyperTalk script -----
  151. on mouseUp
  152.   visual effect wipe right
  153.   go to previous card
  154. end mouseUp
  155.  
  156.  
  157.  
  158. -- part 15 (button)
  159. -- low flags: 00
  160. -- high flags: 0000
  161. -- rect: left=262 top=305 right=330 bottom=289
  162. -- title width / last selected line: 0
  163. -- icon id / first selected line: 1013 / 1013
  164. -- text alignment: 1
  165. -- font id: 0
  166. -- text size: 12
  167. -- style flags: 0
  168. -- line height: 16
  169. -- part name: Next
  170. ----- HyperTalk script -----
  171. on mouseUp
  172.   visual effect wipe left
  173.   go to next card
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part 17 (button)
  179. -- low flags: 00
  180. -- high flags: 0000
  181. -- rect: left=466 top=32 right=61 bottom=498
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 21700 / 21700
  184. -- text alignment: 1
  185. -- font id: 0
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: Home
  190. ----- HyperTalk script -----
  191. on mouseUp
  192.   visual effect iris open
  193.   go Home
  194. end mouseUp
  195.  
  196.  
  197.  
  198. -- part 18 (button)
  199. -- low flags: 00
  200. -- high flags: 0000
  201. -- rect: left=464 top=305 right=333 bottom=501
  202. -- title width / last selected line: 0
  203. -- icon id / first selected line: 1012 / 1012
  204. -- text alignment: 1
  205. -- font id: 0
  206. -- text size: 12
  207. -- style flags: 0
  208. -- line height: 16
  209. -- part name: Return
  210. ----- HyperTalk script -----
  211. on mouseUp
  212.   visual effect iris close
  213.   pop card
  214. end mouseUp
  215.  
  216.